-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch Predicitions #856
Batch Predicitions #856
Conversation
@RohitP2005 , you just have a really small error on the readthedocs index, not in the source code. |
closes #849 when we finish this and merge. |
@bw4sz yeah okay , thanks for the clarrifications. I will look into it |
I made the necessary changes in the latest commit, Can my pull request be merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few comments and questions, but the core case here is good, thanks for your support and time!
The error
can be solved by removing that file. I am adding a new 'prediction' page to the user guide that will cover this and the other methods. Once that is removed, the tests should pass and we can merge. |
Thnks for the classifications @bw4sz . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this.
Anytime @bw4sz |
I added a batch function mirroring the functionalities of predict_image,predict_tile and predict_file. I documented this behaviour inside a file called batch_predicitions.md since i was unsure where to document those. I also added test cases for the batch function, but commented them in the last of the file. Waiting for any corrections needed